@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    .top-bar-box .menu-title {
        color: #FFFFFF;
    !important;
    }

    .top-bar-box .top-bar-btn {
        color: #FFFFFF;
    !important;
    }

    .top-bar-box {
        /*position: absolute;*/
        background: transparent;
    }

    .banner-box {
        padding-top: 0 !important;
    }
    .top-bar-box.init {
        background: transparent;
        box-shadow: 0rem 0.03rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
    }
}
@media screen and (max-width: 768px) {
    .banner-box .banner.full {
        width: 100%;
        height: 8rem !important;
    }
}
